import * as React from "react"; import type { SVGProps } from "react"; const SvgTextSquare = (props: SVGProps) => { return ( ); }; export default SvgTextSquare;